public DataChart<T> DataChart<T>(
System.Linq.IQueryable<T> dataSource,
System.Collections.Generic.IDictionary<string,object> htmlAttributes
)
where T: class
'宣言
Public Overloads Function DataChart(Of T As Class)( _
ByVal dataSource As System.Linq.IQueryable(Of T), _
ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As DataChart(Of T)